home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINPROGS / WDE144.ZIP / README.TXT < prev    next >
Text File  |  1993-08-01  |  22KB  |  532 lines

  1. WiDE  -  WINDOWS DIALOG EXTENSIONS VERSION 1.44
  2.  
  3. Welcome to WiDE! This file gives details about installation and use of
  4. the programs and how to register if you find them useful.
  5.  
  6. Sections in this are document:-
  7.  
  8.    FILE PACKING LIST
  9.    HOW TO INSTALL WiDE
  10.    UNINSTALLING THE EXTENSIONS
  11.    UPGRADING FROM AN EARLIER VERSION
  12.    ABOUT THE FILE DIALOG EXTENSIONS
  13.    ABOUT DIALOG 3D
  14.    HOW TO REGISTER WiDE, THE WINDOWS DIALOG EXTENSIONS
  15.    DISCLAIMER AND AGREEMENT
  16.    NOTES
  17.    VERSION HISTORY
  18.    NOTE TO EXISTING USERS
  19.  
  20. -----------------------------------------------------------------------
  21.  
  22. FILE PACKING LIST
  23.  
  24. Two utilities are provided as follows:-
  25.  
  26. Common File Dialog Extension Library (CFDEL)
  27.  
  28. This utility adds useful file manipulation buttons to file load and
  29. save dialogs in your windows apps (see below for full description)
  30.  
  31.  
  32. Dialog 3d (Dialog3d)
  33.  
  34. This utility adds grey '3d style' dialogs (as in MS Excel 4 and Access)
  35. to all windows applications.
  36.  
  37.  
  38. You should have received the following files:-
  39.  
  40.    COMMDLG.DLL    The file extensions library
  41.    3DDIALOG.EXE   Dialog3d program
  42.    DLGCTRL.CPL    Control panel applet for Dialog3d
  43.    DETAILS.DLL    DLL containing common routines to above
  44.    DLG3D.DLL      Dilaog3d runtime library
  45.    CTL3D.DLL      Microsofts redistributable 3d library
  46.    CFDEL.HLP      Help for common file dialog extenders
  47.    REGISTER.HLP   Help file for registering
  48.    README.TXT     This file
  49.  
  50.  
  51. -----------------------------------------------------------------------
  52.  
  53. HOW TO INSTALL WiDE  -  READ, DON'T GUESS!
  54.  
  55. Firstly WiDE requires Windows 3.1 and will not work properly under 3.0.
  56.  
  57. Installation of the extensions must be done from DOS (not a DOS box
  58. under Windows) as follows:-
  59.  
  60.  
  61. To install the Common File Dialog Extensions:-
  62.  
  63. *  First, rename the file commdlg.dll in the Windows system
  64.    directory (usually c:\windows\system) to commdlg2.dll. THIS
  65.    STEP IS ESSENTIAL!  WINDOWS MAY CRASH IF YOU OMIT IT!
  66.    C:\WINDOWS\SYSTEM\COMMDLG.DLL  -->  C:\WINDOWS\SYSTEM\COMMDLG2.DLL
  67.  
  68. *  Next copy the file commdlg.dll from the Dialog Extensions
  69.    distribution to the Windows system directory.
  70.    DLGX14\COMMDLG.DLL   -->   C:\WINDOWS\SYSTEM\COMMDLG.DLL
  71.  
  72. *  Finally copy the files details.dll, register.hlp and cfdel.hlp 
  73.    from the Dialog Extensions distribution to the Windows 
  74.    system directory (usually c:\windows\system) or to WINDOWS.
  75.  
  76.  
  77. To install Dialog 3d:-
  78.  
  79. *  Copy ctl3d.dll, dlgctrl.cpl and dlg3d.dll from the Dialog 
  80.    Extensions distribution to the Windows system directory.
  81.  
  82. *  Copy 3ddialog.exe, details.dll and register.hlp (if not copied 
  83.    above) to the Windows system directory
  84.  
  85. *  Add the program '3ddialog.exe' as the first program in the 'run='
  86.    line of the win.ini file (found in the windows directory). Use any
  87.    ASCII text editor (notepad for example) to do this.
  88.  
  89.  
  90. When you now run windows the Windows Dialog Extension will automatically
  91. be installed and activated.
  92.  
  93. You should ensure that no other versions of any of these files are
  94. located on the path earlier than the ones in windows\system, otherwise
  95. the extensions may not be activated.
  96.  
  97. OS/2 AND WINDOWS NT
  98.  
  99. Both parts of WiDE appear to work perfectly running with Windows apps 
  100. under the Windows support in OS2 2.1. For those interested install as 
  101. for normal windows except into \os2\mdos\winos2...
  102.  
  103. The file dialog extensions part of WiDE is fine with 16 bit windows apps 
  104. under Windows NT although there is a minor problem with the 3d part as 
  105. it sometimes hangs when exiting apps. To install for NT 16 bit apps 
  106. rename the commdlg.dll in \winnt\system32 to commdlg2.dll and copy 
  107. commdlg.dll and details.dll into this directory.
  108.  
  109.  
  110. UNINSTALLING THE EXTENSIONS
  111.  
  112. To remove the effect of the File extender, simply copy COMMDLG2.DLL
  113. to COMMDLG.DLL in \WINDOWS\SYSTEM.
  114.  
  115. To remove the effect of the 3D extender, simply remove 3DDIALOG.EXE
  116. from the RUN= line of your WIN.INI file
  117.  
  118.  
  119. UPGRADING FROM AN EARLIER VERSION
  120.  
  121. We suggest you simply copy the contents of the .ZIP file into your 
  122. WINDOWS/SYSTEM directory to upgrade.  If you are upgrading from a
  123. version prior to v1.40, you also need to change the name on the RUN=
  124. line of WIN.INI from DIALOG3D.EXE to 3DDIALOG.EXE
  125.  
  126. -----------------------------------------------------------------------
  127.  
  128. ABOUT THE FILE DIALOG EXTENSIONS LIBRARY
  129.  
  130. The File Dialog Extensions attach a number of buttons to the bottom of
  131. a file load or save dialog from the commdlg.dll library supplied with
  132. Windows 3.1. Most Windows applications use this library for obtaining
  133. file names from the user. Thus when you got to load or save data from
  134. within an application the buttons will be available on the file dialog
  135. displayed allowing the manipulation of existing files without having to
  136. switch to the File Manager. The buttons that appear are configurable, as
  137. is the size that file dialogs are displayed. The buttons that may be
  138. added to the bottom of the file dialogs are:-
  139.  
  140.    Make Dir
  141.    Delete
  142.    Rename
  143.    File Info
  144.    Make Backup
  145.  
  146. The extensions library also adds new items to the System Menu of
  147. file dialogs. These entries are:-
  148.  
  149.    Make Directory...
  150.    Delete...
  151.    Rename...
  152.    File Info...
  153.    Make Backup
  154.    Options...
  155.    Help...
  156.    About...
  157.  
  158. Note that the File Dialog Extensions work by intercepting calls on their
  159. way to COMMDLG2.DLL (originally COMMDLG.DLL as supplied with Windows).
  160. Thus you MUST still have this file for the extensions to work.
  161.  
  162.  
  163. MAKE DIRECTORY BUTTON
  164.  
  165. Clicking on the Make Dir button will allow a directory to be created in
  166. the current directory (as displayed to the top right of the file dialog).
  167. You will be asked for the name of the directory, enter this and click OK to
  168. create it. If the directory is created successfully the file dialog will
  169. update to show the new directory. If an error occurs when trying to create
  170. the directory an error message box will be displayed. Click Cancel to exit
  171. the Make Directory dialog without attempting to create a directory.
  172.  
  173.  
  174. DELETE FILE BUTTON
  175.  
  176. Clicking on the Delete button will delete the currently selected file. This
  177. is the file highlighted in the file dialogs list of files. If no file is
  178. selected the Delete button will be disabled and no deletions can take place.
  179. If the Confirm Deletes option is enabled you will be asked for confirmation
  180. of the deletion, click Yes to delete or No to abort. If Confirm Deletes is
  181. not enabled the deletion will take place immediately after you click the
  182. Delete button. The file dialog file list will update after the deletion. An
  183. error message box will be displayed if the deletion fails.
  184.  
  185. If the application using the file dialog allows multiple files to be selected
  186. all the selected files will be deleted. If the Confirm Deletes option is
  187. enabled you will be prompted to confirm deletion for each file in turn.
  188. Selecting Cancel on a confirmation dialog will stop the deletion of the
  189. currently displayed file and all further selected files.
  190.  
  191.  
  192. RENAME FILE BUTTON
  193.  
  194. The Rename button allows the renaming of the currently selected file. This
  195. is the file highlighted in the file dialogs list of files. If no file is
  196. selected the Rename button will be disabled and no renaming can take place.
  197. Clicking on the Rename with a file selected results in a dialog asking for
  198. the new name for the file. This should be entered and OK selected to rename
  199. it. Click Cancel to abort renaming of the file. An error message box will
  200. be displayed if renaming of the file fails.
  201.  
  202. If the application using the file dialog allows multiple files to be selected
  203. you will be prompted for a new name for each selected file in turn. Click Yes
  204. to rename, No to skip to the next file and Cancel to cancel the renaming of
  205. the current and all further selected files
  206.  
  207.  
  208. FILE INFORMATION BUTTON
  209.  
  210. The File Info button will display information about the currently selected
  211. file. This is the file highlighted in the file dialog list of files. If no
  212. file is selected the File Info button will be disabled. The information
  213. displayed for a file is its name, size, tim